const syscall.sizeofPtr
18 uses
syscall (current package)
sockcmsg_unix_other.go#L15: salign := sizeofPtr
sockcmsg_unix_other.go#L27: if sizeofPtr == 8 {
syscall_linux.go#L852: var buf [sizeofPtr]byte
syscall_linux.go#L860: if addr%sizeofPtr != 0 {
syscall_linux.go#L861: err = ptracePtr(req, pid, addr-addr%sizeofPtr, unsafe.Pointer(&buf[0]))
syscall_linux.go#L865: n += copy(out, buf[addr%sizeofPtr:])
syscall_linux.go#L899: if addr%sizeofPtr != 0 {
syscall_linux.go#L900: var buf [sizeofPtr]byte
syscall_linux.go#L901: err = ptracePtr(peekReq, pid, addr-addr%sizeofPtr, unsafe.Pointer(&buf[0]))
syscall_linux.go#L905: n += copy(buf[addr%sizeofPtr:], data)
syscall_linux.go#L907: err = ptrace(pokeReq, pid, addr-addr%sizeofPtr, word)
syscall_linux.go#L915: for len(data) > sizeofPtr {
syscall_linux.go#L921: n += sizeofPtr
syscall_linux.go#L922: data = data[sizeofPtr:]
syscall_linux.go#L927: var buf [sizeofPtr]byte
syscall_unix.go#L29: darwin64Bit = (runtime.GOOS == "darwin" || runtime.GOOS == "ios") && sizeofPtr == 8
syscall_unix.go#L30: netbsd32Bit = runtime.GOOS == "netbsd" && sizeofPtr == 4
ztypes_linux_amd64.go#L9: sizeofPtr = 0x8
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |